home *** CD-ROM | disk | FTP | other *** search
/ Windows 6-Pak - Disc 6 / Windows 6-Pak (InfoMagic) (Disc 6) (1999).ISO / Misc-Shell-Enhancements / MRSH10.ZIP / OPENDOC.INF < prev    next >
INI File  |  1998-12-08  |  2KB  |  60 lines

  1. ; $Id: opendoc.inf 1.0 1998/12/08 07:13:45 satomii Exp $
  2. ; Rei's More Extensions install information
  3.  
  4. [Version]
  5. Signature="$CHICAGO$"
  6. Provider="Rei's Booth."
  7.  
  8. [DefaultInstall]
  9. CopyFiles=ThisDll.sys.install
  10. AddReg=ThisDll.Add.Reg
  11.  
  12. [DefaultInstall.ntx86]
  13. CopyFiles=ThisDll.sys.install
  14. AddReg=ThisDll.Add.Reg,ThisDll.Add.Reg.NT
  15.  
  16. [DefaultUninstall]
  17. DelFiles=ThisDll.sys.uninstall
  18. DelReg=ThisDll.Add.Reg
  19.  
  20. [DefaultUninstall.ntx86]
  21. DelFiles=ThisDll.sys.uninstall
  22. DelReg=ThisDll.Add.Reg,ThisDll.Add.Reg.NT
  23.  
  24. [ThisDll.Add.Reg]
  25. HKCR,"CLSID\{BCD79BB0-8557-11d2-889F-000000000000}",,,"%AppDesc%"
  26. HKCR,"CLSID\{BCD79BB0-8557-11d2-889F-000000000000}\InProcServer32",,,"%11%\%SubDir%\%ThisDll%"
  27. HKCR,"CLSID\{BCD79BB0-8557-11d2-889F-000000000000}\InProcServer32","ThreadingModel",,"Apartment"
  28. HKCR,"%AppName%\shell\open\command",,,"rundll32.exe %11%\%SubDir%\%ThisDll%,Open %%1"
  29. HKCR,"%AppName%\ShellEx\IconHandler",,,"{BCD79BB0-8557-11d2-889F-000000000000}"
  30. HKLM,"Software\%AppReg%","%AppDesc%",,"%11%\%SubDir%\%ThisDll%"
  31.  
  32. [ThisDll.Add.Reg.NT]
  33. HKLM,"Software\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved","{BCD79BB0-8557-11d2-889F-000000000000}",,"%AppDesc%"
  34.  
  35. [ThisDll.sys.install]
  36. %ThisDll%
  37. %ThisInf%
  38.  
  39. [ThisDll.sys.uninstall]
  40. %ThisDll%,,,1
  41. %ThisInf%,,,1
  42.  
  43. [DestinationDirs]
  44. ThisDll.sys.install=11,%SubDir%
  45. ThisDll.sys.uninstall=11,%SubDir%
  46.  
  47. [SourceDisksFiles]
  48. %ThisDll%=55
  49.  
  50. [SourceDisksNames]
  51. 55="%AppDesc%","",1
  52.  
  53. [Strings]
  54. AppName = "OpenDoc"
  55. AppDesc = "OpenDoc Icon Handler"
  56. AppReg = "Rei's Booth\ShellExt"
  57. SubDir = "ShellExt"
  58. ThisDll = "OPENDOC.DLL"
  59. ThisInf = "OPENDOC.INF"
  60.